| PanasonicMewtocolOverTcp 构造函数 (Byte) | 
 
            实例化一个默认的松下PLC通信对象,默认站号为0xEE
            Instantiate a default Panasonic PLC communication object, the default station number is 0xEE
            
 
        命名空间: 
     HslCommunication.Profinet.Panasonic
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public PanasonicMewtocolOverTcp(
	byte station = 238
)
Public Sub New ( 
	Optional station As Byte = 238
)
public:
PanasonicMewtocolOverTcp(
	unsigned char station = 238
)
new : 
        ?station : byte 
(* Defaults:
        let _station = defaultArg station 238
*)
-> PanasonicMewtocolOverTcp参数
- station (Optional)
- 类型:SystemByte
 站号信息,默认为0xEE
 参见
参见