Enumerations | |
| enum | BroadcastFlag { DrivingSwitching =(0x00000001) , RBus =(0x00000002) , RailComSubscribed =(0x00000004) , SystemStatus =(0x00000100) , DrivingSwitchingEx =(0x00010000) , LocoNet =(0x01000000) , LocoNetDriving =(0x02000000) , LocoNetSwitching =(0x04000000) , LocoNetDetector =(0x08000000) , RailCom =(0x00040000) , CANDetector =(0x00080000) , CANBooster =(0x00020000) , fromInt } |
Functions | |
| int | _bigEndianData2uint16 (Uint8List data) |
| int | _bigEndianData2int16 (data) |
| int | _littleEndianData2uint16 (Uint8List data) |
| int | _littleEndianData2uint32 (Uint8List data) |
| int | _bigEndianData2LocoAddress (Uint8List data) |
| int | _bigEndianData2CvAddress (Uint8List data) |
| int | _bigEndianData2AccessoryAddress (Uint8List data) |
| int | _bigEndianLocoAddressMsb (int locoAddress) |
| int | _bigEndianLocoAddressLsb (int locoAddress) |
| int | _bigEndianAccessoryAddressMsb (int accyAddress) |
| int | _bigEndianAccessoryAddressLsb (int accyAddress) |
| int | _littleEndianLocoAddressMsb (int locoAddress) |
| int | _littleEndianLocoAddressLsb (int locoAddress) |
| int | _stupidAccessoryAddressMsb (int accyAddress) |
| int | _stupidAccessoryAddressLsb (int accyAddress) |
| int | decodeRvvvvvvv (int speedSteps, int rvvvvvvv) |
| int | encodeRvvvvvvv (int speedSteps, bool dir, int speed) |
Variables | |
| import | dart |
| import | package |
| enum BroadcastFlag |
| int _bigEndianAccessoryAddressLsb | ( | int | accyAddress | ) |
| int _bigEndianAccessoryAddressMsb | ( | int | accyAddress | ) |
| int _bigEndianData2AccessoryAddress | ( | Uint8List | data | ) |
| int _bigEndianData2CvAddress | ( | Uint8List | data | ) |
| int _bigEndianData2int16 | ( | data | ) |
| int _bigEndianData2LocoAddress | ( | Uint8List | data | ) |
| int _bigEndianData2uint16 | ( | Uint8List | data | ) |
| int _bigEndianLocoAddressLsb | ( | int | locoAddress | ) |
| int _bigEndianLocoAddressMsb | ( | int | locoAddress | ) |
| int _littleEndianData2uint16 | ( | Uint8List | data | ) |
| int _littleEndianData2uint32 | ( | Uint8List | data | ) |
| int _littleEndianLocoAddressLsb | ( | int | locoAddress | ) |
| int _littleEndianLocoAddressMsb | ( | int | locoAddress | ) |
| int _stupidAccessoryAddressLsb | ( | int | accyAddress | ) |
| int _stupidAccessoryAddressMsb | ( | int | accyAddress | ) |
| int decodeRvvvvvvv | ( | int | speedSteps, |
| int | rvvvvvvv ) |
| int encodeRvvvvvvv | ( | int | speedSteps, |
| bool | dir, | ||
| int | speed ) |
| import dart |
| import package |