메소드 | 설명 | |
---|---|---|
GetDeviceById ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : IDevice |
Returns the class type that handles all things related to the device with the specified address.
|
|
IsStagingDevice ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : bool | ||
RegisterDevice ( IDeviceNetwork deviceNetwork, IDevice device, byte deviceByteId ) : void |
Registers a device into the system.
|
|
RegisterDeviceWithTypeID ( IDeviceNetwork deviceNetwork, int deviceIdentification, byte address, byte networkAddress ) : void | ||
RegisterStagingDevice ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : void |
메소드 | 설명 | |
---|---|---|
GetDeviceId ( IDeviceNetwork deviceNetwork, byte deviceId ) : string |
public GetDeviceById ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : IDevice | ||
deviceNetwork | IDeviceNetwork | |
deviceByteId | byte | |
리턴 | IDevice |
public IsStagingDevice ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : bool | ||
deviceNetwork | IDeviceNetwork | |
deviceByteId | byte | |
리턴 | bool |
public RegisterDevice ( IDeviceNetwork deviceNetwork, IDevice device, byte deviceByteId ) : void | ||
deviceNetwork | IDeviceNetwork | The device network for this device. |
device | IDevice | The device instance that handles all things related to a device. |
deviceByteId | byte | The address/id of the device. |
리턴 | void |
public RegisterDeviceWithTypeID ( IDeviceNetwork deviceNetwork, int deviceIdentification, byte address, byte networkAddress ) : void | ||
deviceNetwork | IDeviceNetwork | |
deviceIdentification | int | |
address | byte | |
networkAddress | byte | |
리턴 | void |
public RegisterStagingDevice ( IDeviceNetwork deviceNetwork, byte deviceByteId ) : void | ||
deviceNetwork | IDeviceNetwork | |
deviceByteId | byte | |
리턴 | void |