applicationCode
applicationCode: number = 0xffff
appName
appName: string = "node-tcnet"
broadcastAddress
broadcastAddress: string = "255.255.255.255"
broadcastInterface
broadcastInterface: string | null = null
broadcastListeningAddress
broadcastListeningAddress: string = ""
detectionTimeout
detectionTimeout: number = 5000
fileCollectionTimeout
fileCollectionTimeout: number = 200
maxFileChunkBytes
maxFileChunkBytes: number = ...
nodeId
nodeId: number = ...
nodeName
nodeName: string = "TCNet.js"
requestTimeout
requestTimeout: number = 2000
switchRetryCount
switchRetryCount: number = 3
switchRetryInterval
switchRetryInterval: number = 1000
unicastPort
unicastPort: number = 65023
vendorName
vendorName: string = "9c5s"
OptionalxteaCiphertext
xteaCiphertext?: string = process.env.TCNET_XTEA_CIPHERTEXT
TCNetClientの設定