If the line is an output this function will invert the state of the line
e.g. if the line was closed (1) it will become open (0)
or if the line was open (0) it will become closed (1)
only valid for Digital outputs
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Function Toggle As Integer
member Toggle : unit -> int
Return Value
Int32The new line Value, 1 or 0
See Also