Visual Basic (Declaration) | |
---|---|
Public Enum LineCodeType Inherits System.Enum |
C# | |
---|---|
public enum LineCodeType : System.Enum |
C++/CLI | |
---|---|
public enum class LineCodeType : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
Bpsk1 | Specifies BPSK1 line coding (Return). | — |
Bpsk2 | Specifies BPSK2 line coding (Return). | — |
Bpsk4 | Specifies BPSK4 line coding (Return). | — |
Bpsk8 | Specifies BPSK8 line coding (Return). | — |
Code15693DualSubcarrierHighRate | Specifies ISO 15693 Dual Subcarrier high-rate line coding (Return). | — |
Code15693DualSubcarrierLowRate | Specifies ISO 15693 Dual Subcarrier low-rate line coding (Return). | — |
Code15693SingleSubcarrierHighRate | Specifies ISO 15693 Single Subcarrier high-rate line coding (Return). | — |
Code15693SingleSubcarrierLowRate | Specifies ISO 15693 Single Subcarrier low-rate line coding (Return). | — |
Code1Of256 | Specifies ISO 15693 1-out-of-256 line coding (Forward). | — |
Code1Of4 | Specifies ISO 15693 1-out-of-4 line coding (Forward). | — |
FM0 | Specifies FMO line coding (both Forward and Return). | — |
Manchester | Specifies Manchester line coding (Forward and Return). | — |
Miller | Specifies Miller line coding (Return). | — |
Miller2 | Specifies Miller2 line coding (Return). | — |
Miller4 | Specifies Miller4 line coding (Return). | — |
Miller8 | Specifies Miller8 line coding (Return). | — |
ModifiedMiller | Specifies ModMiller line coding (Forward and Return). | — |
None | Specifies no line coding (Forward and Return). | — |
PieTypeA | Specifies ISO 18000-6 Type A (PIE) line coding (Forward). | — |
PieTypeC | Specifies EPC C1Gen2 (PIE) line coding (Forward). | — |
SubcarrierManchester | Specifies SubcarrierManchester line coding (Return). | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)