Click or drag to resize

PkLocoIO Methods

The PkLocoIO type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBroadcastAddress
Sends a broadcast messages to all LocoIO devices seen on the network.
Public methodBytesToString
Converts the Bytes into a readable string.
(Inherited from Packet.)
Public methodCode exampleClone
Creates a copy of the packet.
(Inherited from Packet.)
Protected methodGetObjectData (Inherited from Packet.)
Public methodRead
Reads requested data, returned from the LocoIO.
Public methodStatic memberRequestConfig
Sends a message to a LocoIO device requesting configuration data.
Public methodStatic memberRequestSetup
Sends a message to a LocoIO device requesting setup data.
Public methodStatic memberRequestStates
Sends a message to a LocoIO device requesting states data.
Public methodValidPacketResponse (Overrides PacketValidPacketResponse(Packet).)
Public methodStatic memberWriteConfig
Sends three messages to a LocoIO device writting configuration data.
Public methodStatic memberWriteSetup
Sends a message to a LocoIO device writting setup data.
Public methodStatic memberWriteStates
Sends a messages to a LocoIO device writting state data.
Top
See Also