服务的标识号,由客户端生成自增的顺序值,用来标识和校验通信报文的ID
Service ID. Used to identify the process generating the transmission. Set the SID to any number between 00 and FF
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte SID { get; set; }
Public Property SID As Byte
Get
Set
public:
virtual property unsigned char SID {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract SID : byte with get, set
override SID : byte with get, set
属性值
类型:
Byte实现
IOmronFinsSID参见