SerialReceiveCounted Method
Receive exactly the given number of characters from the ASCOM serial port and return as a string
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public string ReceiveCounted(
int Count
)
Public Function ReceiveCounted (
Count As Integer
) As String
public:
virtual String^ ReceiveCounted(
int Count
) sealed
- Count Int32
- The number of characters to return
StringString of length "Count" characters
If a timeout occurs a TimeoutException is raised.