Singer Instruments PIXL Client
GetAllPIXLChannels Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class : GetAllPIXLChannels Method
Gets an array of all channels to all PIXLs on the network.
Syntax
'Declaration
 
Public Shared Function GetAllPIXLChannels() As Grpc.Core.Channel()
'Usage
 
Dim value() As Grpc.Core.Channel
 
value = PIXLClient.GetAllPIXLChannels()
public static Grpc.Core.Channel[] GetAllPIXLChannels()
public:
static Grpc.Core.array<Channel^>^ GetAllPIXLChannels(); 

Return Value

The channels to the PIXLs.
Example
This sample shows how to call the GetAllPIXLChannels method.
// Get an array of gRPC channels for the PIXL.
var channels = PIXLClient.GetAllPIXLChannels();
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