PartitionedEpcEncoder.GetSecondPartitionBitCount Method

TegoOS

PartitionedEpcEncoderGetSecondPartitionBitCount Method
Gets the number of bits in the second partition.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected virtual int GetSecondPartitionBitCount(
	int partitionValue
)
Protected Overridable Function GetSecondPartitionBitCount ( 
	partitionValue As Integer
) As Integer
protected:
virtual int GetSecondPartitionBitCount(
	int partitionValue
)
abstract GetSecondPartitionBitCount : 
        partitionValue : int -> int 
override GetSecondPartitionBitCount : 
        partitionValue : int -> int 

Parameters

partitionValue
Type: SystemInt32
Partition value.

Return Value

Type: Int32
Number of bits in the second partition.
See Also