FindTpsIp: Gets IP address of TPS2.

View source: R/RcppExports.R

FindTpsIpR Documentation

Gets IP address of TPS2.

Description

FindTpsIp listens for UDP packets that TPS2 broadcast and returns the IP of the TPS2.

Usage

FindTpsIp(TpsSerial, timeout)

Arguments

TpsSerial

Serial number of TPS2.

timeout

Timeout in ms to wait for the UDP packet.

Details

Note that executing this function makes your program to a UDP server and Windows firewall (or other personal firewall software) will query for permission.

Value

String of IP address.

Examples

## Not run: 
FindTpsIp("910.33.0316", 500)

## End(Not run)

pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.