CyrusBuilt.MonoPi.IO.Serial.Rs232SerialPort.Close C# (CSharp) Method

Close() public method

Close this instance.
public Close ( ) : void
return void
		public void Close() {
			UnsafeNativeMethods.serialClose(this._id);
			this._id = 0;
		}