Singer Instruments PIXL Client
GetPIXLChannel() Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > GetPIXLChannel Method : GetPIXLChannel() Method
Get a channel to a PIXL. This will get a channel to the first discovered PIXL on the network.
Syntax
'Declaration
 
Public Overloads Shared Function GetPIXLChannel() As Grpc.Core.Channel
'Usage
 
Dim value As Grpc.Core.Channel
 
value = PIXLClient.GetPIXLChannel()
public static Grpc.Core.Channel GetPIXLChannel()
public:
static Grpc.Core.Channel^ GetPIXLChannel(); 

Return Value

The channel to the PIXL.
Example
This sample shows how to call the GetPIXLChannel method.
// Get a gRPC channel for the PIXL using the first port that is discovered.
var channel = PIXLClient.GetPIXLChannel();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members
Overload List