---
title: NetworkFixedWidthInteger
framework: network
role: symbol
role_heading: Protocol
path: network/networkfixedwidthinteger
---

# NetworkFixedWidthInteger

## Declaration

```swift
protocol NetworkFixedWidthInteger : FixedWidthInteger
```

## Topics

### Initializers

- [init(bigEndian:)](network/networkfixedwidthinteger/init(bigendian:).md)

### Instance Properties

- [bigEndian](network/networkfixedwidthinteger/bigendian.md)

## Relationships

### Inherits From

- [AdditiveArithmetic](swift/additivearithmetic.md)
- [BinaryInteger](swift/binaryinteger.md)
- [Comparable](swift/comparable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByIntegerLiteral](swift/expressiblebyintegerliteral.md)
- [FixedWidthInteger](swift/fixedwidthinteger.md)
- [Hashable](swift/hashable.md)
- [LosslessStringConvertible](swift/losslessstringconvertible.md)
- [Numeric](swift/numeric.md)
- [Strideable](swift/strideable.md)
