Class GetPlcConnectionCmdletCommand
- Namespace
- MASES.PLCOnNet.PowerShell.Cmdlet
- Assembly
- MASES.PLCOnNetPS.dll
[Cmdlet("Get", "PlcConnection")]
[OutputType(new Type[] { typeof(PlcConnection) })]
public class GetPlcConnectionCmdletCommand : PLCOnNetPSCmdlet
- Inheritance
-
GetPlcConnectionCmdletCommand
- Inherited Members
Properties
Authentication
[Parameter(Mandatory = false, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The authentication credentials to connect to PLC")]
public PlcUsernamePasswordAuthentication Authentication { get; set; }
Property Value
Url
[Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The PLC connection string")]
public string Url { get; set; }
Property Value
Methods
BeginProcessing()
protected override void BeginProcessing()
EndProcessing()
protected override void EndProcessing()
ProcessCommand()
protected override void ProcessCommand()