pub enum IncomingPackage {
Show 16 variants RealTimeData(RealTimeData), DeviceIdentifier(DeviceIdentifier), UserInformation(UserInformation), StorageStartTimeDate(StorageStartTimeDate), StorageStartTimeTime(StorageStartTimeTime), StorageDataLength(StorageDataLength), StorageDataWithPI(StorageDataWithPI), StorageDataSegmentAmount(StorageDataSegmentAmount), CommandFeedback(CommandFeedback), FreeFeedback(FreeFeedback), DisconnectNotice(DisconnectNotice), PIIdentifiers(PIIdentifiers), StorageData(StorageData), UserAmount(UserAmount), DeviceNotice(DeviceNotice), StorageDataIdentifiers(StorageDataIdentifiers),
}
Expand description

A Package sent by the device.

Variants

RealTimeData(RealTimeData)

Real time data

DeviceIdentifier(DeviceIdentifier)

Device identifier

UserInformation(UserInformation)

User Information

StorageStartTimeDate(StorageStartTimeDate)

Storage start time(date)

StorageStartTimeTime(StorageStartTimeTime)

Storage start time(time)

StorageDataLength(StorageDataLength)

Storage Data Length

StorageDataWithPI(StorageDataWithPI)

Storage Data with PI

StorageDataSegmentAmount(StorageDataSegmentAmount)

Storage Data Segment Amount

CommandFeedback(CommandFeedback)

Command Feedback

FreeFeedback(FreeFeedback)

Device free feedback

DisconnectNotice(DisconnectNotice)

Device disconnect notice

PIIdentifiers(PIIdentifiers)

PI Identifiers

StorageData(StorageData)

Storage Data

UserAmount(UserAmount)

User Amount

DeviceNotice(DeviceNotice)

Device Notice

StorageDataIdentifiers(StorageDataIdentifiers)

Storage Data Identifiers

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.