VRFSystemCommunicator Constructor
インスタンスを初期化する
Namespace: Shizuku2.BACnetAssembly: Shizuku2Lib (in Shizuku2Lib.dll) Version: 1.0.0
public VRFSystemCommunicator(
	uint id,
	string name = "anoymous device",
	string ipAddress = "127.0.0.1"
)
Public Sub New ( 
	id As UInteger,
	Optional name As String = "anoymous device",
	Optional ipAddress As String = "127.0.0.1"
)
public:
VRFSystemCommunicator(
	unsigned int id, 
	String^ name = L"anoymous device", 
	String^ ipAddress = L"127.0.0.1"
)
new : 
        id : uint32 * 
        ?name : string * 
        ?ipAddress : string 
(* Defaults:
        let _name = defaultArg name "anoymous device"
        let _ipAddress = defaultArg ipAddress "127.0.0.1"
*)
-> VRFSystemCommunicator
Parameters
- id  UInt32
 - 通信に使うBACnet DeviceのID
 - name  String  (Optional)
 - 通信に使うBACnet Deviceの名前
 - ipAddress  String  (Optional)
 - エミュレータのIPアドレス(「xxx.xxx.xxx.xxx」の形式)