'DeclarationPublic Overloads Shared Function GetPIXLChannel( _ ByVal host As String, _ ByVal port As Integer _ ) As Grpc.Core.Channel
'UsageDim host As String Dim port As Integer Dim value As Grpc.Core.Channel value = PIXLClient.GetPIXLChannel(host, port)
Parameters
- host
 - The IP address of the PIXL. The IP address of the PIXL can be found in the 'Settings > API' section of the PIXL software.
 - port
 - The PIXL's gRPC port. The default port is 50052, this can be found in the 'Settings > API' section of the PIXL software.
 
Return Value
The channel to the PIXL.